home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Advanced SystemCare / asc-setup.exe / {app} / tb / chrome / iobitcom.jar / content / welcomeMacLinux.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-23  |  4.2 KB  |  101 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4. <?xml-stylesheet href="chrome://iobitcom/skin/welcome/welcomeDialog.css" type="text/css"?>
  5.  
  6. <window
  7.     id="EBWelcomeDialogID"
  8.     windowtype="EBWelcome_CT2384137"
  9.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.     xmlns:html="http://www.w3.org/1999/xhtml"
  11.     hidechrome="true"
  12.     onload="EBWelcomeDialog_CT2384137.onload(event)"
  13.     onunload="EBWelcomeDialog_CT2384137.onunload()">
  14.  
  15.   <script type="application/x-javascript"  src="chrome://iobitcom/content/ctoolbar.js"/>
  16.  
  17.   <vbox class="mainVBox windowMacLinux">
  18.  
  19.     <!-- Body -->
  20.     <hbox>
  21.       <vbox flex="1" class="bodyMiddleBoxMacLinux">
  22.         <spacer height="10px" />
  23.  
  24.         <!-- Welcome only section-->
  25.         <vbox id="boxWelcomeOnly" class="boxPersonalComponents">
  26.           <description id="dscTitleWelcomeOnly" class="dscTitle">
  27.             Congratulations, you now have the IObitCom toolbar installed.
  28.           </description>
  29.         </vbox>
  30.         
  31.         <!-- Personal Components -->
  32.         <vbox id="boxPersonalComponents">
  33.           <description id="dscTitle" class="dscTitle">
  34.             Want to add these personalized buttons to your toolbar?
  35.           </description>
  36.           <spacer height="10px" />
  37.           <hbox>
  38.             <checkbox id="chkEmail" label="E-mail Notifier" src="chrome://iobitcom/skin/welcome/emailNotifier.gif" class="chkComponents" checked="true" />
  39.             <box flex="1" />
  40.           </hbox>
  41.           <hbox>
  42.             <checkbox id="chkWeather" label="Weather" src="chrome://iobitcom/skin/welcome/weather.gif" class="chkComponents" checked="true" />
  43.             <box flex="1" />
  44.           </hbox>
  45.           <hbox>
  46.             <checkbox id="chkRadio" label="Radio Player" src="chrome://iobitcom/skin/welcome/radio.gif" class="chkComponents" checked="true" />
  47.             <box flex="1" />
  48.           </hbox>
  49.           <hbox>
  50.             <checkbox id="chkFacebook" label="Facebook" src="chrome://iobitcom/skin/welcome/facebook.gif" class="chkComponents" checked="true" />
  51.             <box flex="1" />
  52.           </hbox>
  53.  
  54.           <html:div class="sepDiv" />
  55.  
  56.         </vbox>
  57.         <!-- Personal Components end -->
  58.  
  59.         <vbox class="boxPersonalComponents" id="boxSearchAndHomepage">
  60.           <description id="dscSettingsTitle" class="dscSettingsTitle">
  61.             Please configure the settings below; you can change them at any time.
  62.           </description>
  63.           <spacer height="10px" />
  64.           <checkbox id="chkWebSearch" label="Set IObitCom customized Web Search as my default" class="chkSettings" checked="true" />
  65.           <spacer height="5px" />
  66.           <checkbox id="chkHomePage" label="Set my homepage to the IObitCom customized Web Search page" class="chkSettings" />
  67.         </vbox>
  68.  
  69.         <spacer height="20px" />
  70.  
  71.         <hbox>
  72.           <spacer width="30px" />
  73.           <label id="lblBtnAbort" value="Abort installation" class="lblBtnAbort" onclick="EBWelcomeDialog_CT2384137.onclickUninstall()" />
  74.           <box flex="1" />
  75.           <button label="Finish" oncommand="EBWelcomeDialog_CT2384137.onclickFinish()" id="btnFinish" />
  76.           <box flex="3" />
  77.           <spacer width="20px" />
  78.         </hbox>
  79.  
  80.         <spacer height="10px" />
  81.  
  82.         <hbox class="boxPrivacy">
  83.           <description class="dscBottom">
  84.             <html:span id="txtBottom">For more information about the community toolbar, please view our</html:span>
  85.             <html:a id="aEula" href="javascript:EBActionManager_CT2384137.OpenEULA('DIALOG');" class="ebLink">End User License Agreement</html:a>
  86.             <html:span id="txtAnd">and</html:span>
  87.             <html:a id="aPrivacy" href="javascript:EBActionManager_CT2384137.OpenPrivacyPolicy('DIALOG');" class="ebLink">Privacy Policy</html:a>
  88.           </description>
  89.           <vbox>
  90.             <box flex="1"/>
  91.             <html:div id="htmlTruste" class="htmlTruste">
  92.               <html:img src="chrome://iobitcom/skin/truste_welcome.gif" onclick="EBWelcomeDialog_CT2384137.onClickTruste()" alt="" />
  93.             </html:div>
  94.             <box flex="1"/>
  95.           </vbox>
  96.         </hbox>
  97.       </vbox>
  98.     </hbox>
  99.     <!-- Body end-->
  100.   </vbox>
  101. </window>